home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Apps / HeaderViewer.app / HeaderDriver.nib / data.classes next >
Encoding:
Text File  |  1993-04-09  |  1.4 KB  |  91 lines

  1. MachO = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     new:;
  5.     open:;
  6.     };
  7.     OUTLETS = {
  8.     editorList;
  9.     iconEnteredEditor;
  10.     openPanel;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     pickBrowser:;
  17.     showSortOptions:;
  18.     viewSourceInEdit:;
  19.     pickFinder:;
  20.     browseSelectionFromFinder:;
  21.     printTextObject:;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. FindPanel = {
  26.     ACTIONS = {
  27.     enterSelection:;
  28.     findPanel:;
  29.     findPrevious:;
  30.     findNext:;
  31.     };
  32.     OUTLETS = {
  33.     findPanel;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. HeaderDriver = {
  38.     ACTIONS = {
  39.     appDidInit:;
  40.     printTextObject:;
  41.     showPreferences:;
  42.     appWillTerminate:;
  43.     showInfo:;
  44.     open:;
  45.     new:;
  46.     };
  47.     OUTLETS = {
  48.     BrowseSelectionButton;
  49.     openPanel;
  50.     SortOptionsButton;
  51.     iconEnteredEditor;
  52.     editSpeaker;
  53.     findOptionsPanel;
  54.     BrowseButton;
  55.     finderLanguageElements;
  56.     inspect;
  57.     FindButton;
  58.     editorList;
  59.     find;
  60.     };
  61.     SUPERCLASS = Object;
  62. };
  63. MyMachO = {
  64.     SUPERCLASS = MachO;
  65. };
  66. HVPreferences = {
  67.     ACTIONS = {
  68.     removeHeader:;
  69.     addHeader:;
  70.     setHeadersToInstallScrollView:;
  71.     setCpp:;
  72.     setHeadersToInstallMatrix:;
  73.     showDirectoryPreferences:;
  74.     showOtherPreferences:;
  75.     selectFileFromList:;
  76.     showHeaderPreferences:;
  77.     };
  78.     OUTLETS = {
  79.     headersToInstallScrollView;
  80.     cppOptions;
  81.     documentationDirectoriesView;
  82.     headerFilesView;
  83.     fullPath;
  84.     setCppButton;
  85.     headersToInstallMatrix;
  86.     otherstuffView;
  87.     outerbox;
  88.     };
  89.     SUPERCLASS = Object;
  90. };
  91.